#CSS Assignment Help
Explore tagged Tumblr posts
assignmentassists · 2 years ago
Conversation
Summer Course help
Hello does anyone need help in their summer courses. assignmentassists is here to guarantee you A++ in all your courses
Contact me through: [email protected]
3 notes · View notes
aiquator · 1 year ago
Text
0 notes
rimon40 · 2 years ago
Text
Expert PSD to HTML, Figma to HTML, XD to HTML Conversion with CSS, Bootstrap, and JavaScript
Are you looking for a skilled web developer to bring your design concepts to life? I specialize in converting PSD, Figma, and XD files into high-quality, responsive HTML websites with CSS, Bootstrap, and JavaScript integration.**Services Offered:**1. **PSD to HTML Conversion:** Transform your Photoshop designs into pixel-perfect, W3C compliant HTML code. I ensure that your website retains its visual integrity across various devices and browsers.2. **Figma to HTML:** Seamlessly convert your Figma designs into fully functional HTML websites. I pay attention to every detail to ensure a smooth transition from design to code.3. **XD to HTML Conversion:** Turn your Adobe XD prototypes into dynamic and interactive websites. I implement the necessary JavaScript elements to enhance user experience.4. **CSS and Bootstrap Integration:** I use the latest CSS techniques and Bootstrap framework to create clean and organized styles for your website, ensuring a modern and professional look.5. **JavaScript Implementation:** Enhance your website's functionality with custom JavaScript features. From interactive elements to dynamic content loading, I bring your design to life with smooth and efficient JavaScript coding.6. **Responsive Design:** Your website will be fully responsive, adapting seamlessly to various screen sizes, ensuring a consistent and user-friendly experience on desktops, tablets, and mobile devices.**Why Choose Me:**- **Quality Assurance:** I guarantee top-notch, hand-coded HTML with attention to detail. - **Timely Delivery:** Your project will be completed promptly without compromising on quality.- **Client Satisfaction:** I prioritize client satisfaction, and I am committed to delivering results that exceed your expectations.Transform your design vision into a functional and visually stunning website. Let's collaborate to create a web presence that stands out. Contact me now to get started!
Click: www.fiverr.com/s/29AwgL
0 notes
cuttledreams-bugs · 4 months ago
Text
Website is Live!
Tumblr media
After several weeks of hard work learning html and css, I've finally finished putting together my new website! !
On it you can find information as to where to find me online, updates to my Invertebrate Tarot project, and commission information!
Tumblr media
(Easily check out the full deck as each card updates)
I have also updated my Ko-Fi page. It hosts my commission listings, as well as the last of my stock from my previous BigCartel shop (though shipping is for now limited to the usa), so if you wanted to pick up any stickers or acrylic charms of my designs, this is the place to grab them. I also host my mini-artbooks as pay-what-you-want.
Tumblr media
With any commission, I have decided to take 15% of comm payments and donate the funds in an effort to resist the violence of the current usa administration.
As I set up which group I'll focus those donations on (looking at the Trans Youth Emergency Project) , for now I will be donating those funds to a friend of mine who's wheelchair was broken by an airline.
Finally, I've donated several of my illustrations as wallpapers to a fundraiser organized by Franz:
This is a nature-themed wallpaper pack featuring dozens of artists donations. It is available to the end of February. As per the instructions on the post, donate to either Lambda Legal or Assigned Media and Franz will send you the download link to the wallpaper collection.
LINKS:
Webpage: https://cuttledreams.neocities.org/
Shop/Commissions: ko-fi.com/cuttledreams
Faun's GoFundMe: https://www.gofundme.com/f/help-faun-replace-a-broken-wheelchair
Trans Support Wallpaper Fundraiser: https://bsky.app/profile/franzanth.bsky.social/post/3lhmetdyrq22h
39 notes · View notes
zilodak · 11 months ago
Note
I’m a complete beginner when it comes to any coding and I’m not sure if you are or not, but was it easy to begin making the site using rarebit?
I'm a complete beginner as well! I've only coded a navigation bar back in middle school for an assignment and then never again, so Rarebit was overwhelming when I started.
However, you'll realize that it's pretty straightforward the more you read the code over and over again. I suggest opening up the Rarebit folder in an external terminal that isn't Neocities like Visual Studio Code and download the Live Preview plug-in from Microsoft. This let's you see your website in live time and not have to code blindly like in Neocities.
HTML is extremely straightforward and easy to grasp. It's CSS you have to learn and worry about since it's what makes your website look like your website.
I haven't touched Javascript yet, that's a bit more complex, but nothing a YouTube video or a forum can't help with.
It just takes time and patience like any other skill to learn!
I recently learnt how to use flexbox!
Tumblr media
97 notes · View notes
lazaefair · 2 years ago
Text
Blocking specific works or works by Anon authors on AO3:
The muting and blocking functions recently introduced on AO3 are good and vital, but sometimes you don't want to mute an author's entire catalogue of works - you just want to stop looking at a particular work or three every time you go in the tag. And sometimes trolls will spitefully put their work into Anonymous collections specifically to circumvent people being able to block/mute them.
Luckily, the old method of muting authors - Site Skins - also works for individual fanworks! This is a more targeted method than trying to exclude tags in the filter, and more efficient/reliable because it will always work as long as you're logged in - no more needing to bookmark long filter URL strings and then getting burned when you forget to access the tag page through the bookmark.
On your Dashboard, go to "Skins" in the sidebar menu.
Tumblr media
Click "Create Site Skin." (You can see that I've already got a skin active on my profile.)
Tumblr media
Give your Site Skin a descriptive name that will remind you of what the purpose of the skin is or what the skin contains. Feel free to elaborate further in the Description field. You can even upload an icon for the skin if that would be helpful for identifying it in your Site Skins list.
Tumblr media
Then, in the CSS field, enter this code:
.work-XXXXXXXX { display: none !important; }
Next, we are going to replace the XXXXXXXX part with a unique identifier assigned to each fanwork on AO3.
Open another tab/window and go to a fic that you want to mute. Look in the URL bar. It should look something like this:
https://archiveofourown.org/works/43588455
or like this if it's chaptered:
https://archiveofourown.org/works/17172854/chapters/40376879
The string of numbers that comes immediately after /works/ is the unique identifier that you want (I've bolded them in the examples above).
Ignore the numbers that come after /chapters/.
Highlight and copy the unique identifier. Go back to the Edit Site Skin tab/window and replace the XXXXXXXX in the code with the unique identifier you've copied.
Scroll down and click "Submit." You're done!
To mute more than one fanwork, you just have to add more lines for more works to the CSS code in your Site Skin:
.work-XXXXXXXX, .work-XXXXXXXX, .work-XXXXXXXX { display: none !important; }
Note: This method does not prevent you from seeing the fanwork if you go to that fanwork by entering its URL directly into the URL bar. It does remove it from any page on AO3 that pulls fanworks into a list of fanworks - like pages for tags, search results, author profiles and works pages, bookmark lists, etc.
Note 2: You must be logged into your account for the Site Skin to work. And the Skin does not affect anybody else's browsing experience, just yours.
Go forth and curate!
116 notes · View notes
zipquips · 4 months ago
Note
Hey very random feel free to ignore this but I saw in the toasty puter post in the tags that you mentioned coding! I love coding! So uh. What's it that you're coding on your hopefully soon to be less closer to its own heat death Laptop :)?
omg thank you for the reminder to actually change my computer settings!!! 🤞🤞🤞 my laptop chills the fuck out now (literally, lmao)
and thanks sm for the question!!! i've been doing some stuff in python for school assignments/research and html/css bc i want to remake my neocities website :)
(i haven't gotten anywhere with the neocities stuff tho bc my brain and eyes are usually fried after school, lmao)
my current research project feels very niche to me so i'm trying to figure out how i can describe it in a way that makes sense but also isn't too specific. this project is also new to me so i don't fully understand some of it. i also don't know what kind of coding experience you have. tldr: i'm sorry if this ends up being incoherent, lmao
it's essentially a couple of data analysis things?
i've been processing + plotting some data to look at the sun's intensity (power emitted per area) at different wavelengths. this gets me an intensity vs. wavelength graph. i'm doing this for really cool reasons but alas they are also really niche reasons :/
i've also been processing + plotting some images (this part has been the most difficult for me ;-;). they're essentially just images with some random and fake stars in the background. i'm isolating the parts of the image that occur at the wavelengths i'm interested in (this was the worst bc the images are just pixels so i had to figure out what pixels corresponded to what wavelengths etc. evil evil evil evil). anyway then i took my little isolated image and broke it up into even smaller pieces and averaged the intensities of all those (binned + averaged those bins). this was so i could go from a normal looking image to a graph with a single line of data (intensity vs. wavelength again)
from what i understand i'm supposed to compare these two intensity graphs and idk, have some revelations about my fake data? but idk how to do that so i will be asking my advisor for help on monday, lmao
anyway i hope this made sense? explained something? i think this would be so much easier to explain with images but i don't have anything other than my silly little niche graphs, sorry :(
lmk if you're confused or have questions about anything and i can try to clarify it :)
but! you like to code as well! what kind of stuff are you doing (or have done in the past)?
3 notes · View notes
ao3css · 1 year ago
Note
Hi,
I don't know if you can help but
I'm trying to use a skin to hide the buttons I don't use on ao3 as the dashboard looks really busy to me and I struggle with it
I've managed to use some bits of css to tweak some of it but not others and I can not figure out why it's working sometimes and not the rest of the time???
#dashboard a[href$="/assignments"] {
display: none !important;
}
I tried this to remove assignments and it worked!
But then
#dashboard a[href$="/sign-ups"] {
display: none !important;
}
Didn't? Is it the hyphen?
The main ones I really want to get rid of are the subscription and invitation buttons on the navigation bar. But I can not figure it out.
I've tried
.user.home .primary.header .navigation.actions li:nth-of-type(4)  form[id="invitations"] {
display: none;
}
And
.user.home.primary.header .navigation.actions li:nth-of-type(3)  form[id="new_subscription"] {
display: none;
}
At first I thought it wasn't working because it needed to be in its own skin, with the other one as a parent. But that didn't work. Then I thought it might be the spaces? As I think ao3 added them when I pasted it in. But that didn't seem to make a difference. I've seen some ppl talking about something needing to be enabled in Firefox. Is that it? I'm using duckduckgo mobile (I mainly want the skin to work on my mobile) so I don't think I CAN enable that on my browser.
I'm a bit stuck and I think it's because largely I don't really understand this lol. The bits of code that did work are much simpler than the ones I'm trying for the navigation bar. Is there a simpler way I can do it with the navigation bar? Something similar?
Is there an entire other way to do this that's simpler? I did try looking for a hidden buttons or simple skin that focused on all it buttons but couldn't find anything
-thank you
Tumblr media
I figured it out for you and tested it on mobile to be sure it worked! I used the :has() selector here to ensure that you wouldn't end up with empty elements that could leave you with uneven spacing (difference below)
Tumblr media
Your code would be this! V
dashboard li:has(a[href$="/assignments"]), dashboard li:has(a[href$="/signups"]), ul.navigation.actions li:has(form[action$="/subscriptions"]), ul.navigation.actions li:has(a[href$="/invitations"]){ display:none; }
13 notes · View notes
blessedcactus · 8 months ago
Text
Trying to code for our first coding assignment like: googling how to insert image header with css, img src not working???
Help, I am not smart!!
Also I love this image but because it's why I'm struggling I want her head on a pike:
Tumblr media
3 notes · View notes
hounds-and-rabbits · 8 months ago
Text
I made a few new characters for my story + new concepts
Warren is a hollower (a character who represents a trauma, the aftermath, or the after effects), who takes the form of an anthropomorphic jackrabbit with a plain brown coat. His “area” resembles a warm field of grass, surrounded by mud, old, broken pick up trucks, and a small cabin. He represents distrust, or wariness towards others to prevent harm. Warren is blind, a consequence of a fight against a stronger hollower. Warren also owns various riot guns, sound-oriented, and will shoot indiscriminately.
The Sigil system is a sort of magic, in the Depths (subconscious lucid dream realm where subconscious takes form). Sigils require markings, which call upon certain strings of code. Markings also represent its user with basic shapes (ex: the proxy symbol can represent a marking), alongside travel symbols, which are more complex to help differentiate, often related to path finding or hazards. The strings of code are based off HTML.
Sigil-types;
- Healing, easy to learn, a few examples of sigil users of this type include the Surrogate. These commands use the code in DNA to resolve the injury. Users (who can summon their marking with a hand) usually have stronger “magic”, and usually have a power relating to healing, (I.e. Surrogate capable of quick regeneration to the point where limbs regenerate in minutes) or abilities of a similar caliber. These commands can also work in alternate paths, such as forcing bones to break, or manipulating the body to the user’s wishes. Also known as physical sigils, as these sigils can be used in a physical space by anyone (mainly the healing ones) or relate to physiology. The consequences of these commands is fatigue, and bodily pains.
Ex: <repair>
<!—area of damage is lower right forearm (aka the arm attached to ur wrist). the parts of the body are sectioned off for ease, like torso, shoulder, forelimb, thigh, calf, etc.—>
area: forelimb-ls-r;
<!—damage-family relates to the time of damage (i.e. “burn, tear, perforation, fracture, etc., etc.). a value is then assigned akin to triage to determine the strength of healing, the strongest value is 8, which instantly regens up to half of the human body+anatomy. 3 is quite strong on its own, to show healing commands aren’t always needed—>
damage-family: burn-3;
<!— this is the area of the wound, for specific injuries so as to not command the whole damn limb. 1px = 0.1 in for size. —>
width: 38px;
height: 74px;
</repair>
<!—This command is used to heal physical damage, such as cuts, and broken bones. For illnesses and infections, other commands are used—>
-Psychic, extremely powerful, but unpredictable due to Ren’s damaged psyche which can cause sigils to backfire. Usually can only be harnessed by stronger entities such as Higher Depthborne or hollower connected to stronger feelings. Commands can be used to manipulate an area familiar to the user, and used to create small, powerful items, such as gates that block off chunks of the area (chunks equate to a 500x500grid of the area, depending upon size), or summon homunculi, creatures that can follow simple directions (do anything if you can explain it to a 7th grader). Sigils are nonphysical, and most users rarely use commands due to instability. The trick is to remain clearheaded with the command in mind to avoid syntax errors. The Caretaker uses psychological commands, mainly to keep Ren from progressing. Other abilities include influencing nearby thinking creatures’ thoughts, telepathy, and basically every ability associated with the Absolute Solver except modifying one’s body. The effects often drain its users, resulting in mental exhaustion, sensitivity to loud noises, and anxiety. Due to its fluidity, based on both HTML and CSS (violent screaming directed towards flex-box).
-Base Sigils, aka all the subgroups. Basically the two above are the main Sigil groups (manipulate mind or body not both, both are scary). Extremely unique, based on the user, which can range from being able to use leech commands or change the properties of specific items. Usually they’re weaker, and often work alongside the user. Such examples include teleportation, or could be a specific skill that becomes enhanced, such as carnekinesis (manipulation of flesh á la Cyn).
All sigils can be used to harm or help everyone. A psyche-Sigil user can use telekinesis to help distract a Sentinel for their packmates to sneak by without hurting anyone, or crush it into a gory mess. A phys-Sigil user can be valuable for healing, but they aren’t nurses. They can break bones by looking at someone, cause burns without ever using flames, and make sickness.
Archivist Cecil is a warden for Ren. She is characterized as a low energy lunatic, sarcastic, and patient, yet capable of snapping, alongside a dark sense of humor. She wears metal goggles with orange lenses, which double as her glasses, with carbon-fiber pull straps, a white labcoat, and some sort of shitty t-shirt on top of some nice long pants. The t-shirt may or may not read “Scourge of God” in red comic sans with flams around the text, alongside an image of Serial Designation V from Murder Drones, drinking a can of gasoline. She hates it here and wants to leave but the facility won’t let her. Her kid has also been sent here so that if she incites another specimen rebellion, they will kill him, alongside using him to observe the exposure to specimens (positive). She’s also a fully transitioned woman. Cecil is also born to French-Australian parents, and had a husband (killed/silenced by Tadano for leaking sensitive documents about the specimens). His name was Silas Giuseppe, who majored in subhumanology (study of specimens).
Neat tidbits:
-Bisexual
-Freckles. Tons of freckles.
-Long, shaggy black hair with a small strand of stark white hair in her bangs.
-Coffee addict
-She’s basically an underpaid social worker turned found mother, but if her wards were her children.
-Jokes about her “kids”/wards.
-Slightly cringy/Out of pocket, shits given: none
-Suffers from Long Covid symptoms, and the existential horror of how all the specimens in her care will die eventually as part of a vicious cycle that neither she nor her son are immune.
-Allows Ren to steal files for his research, since she is desperate for her son’s safety. Therefore she lets him get everything he needs
Kelsey is Arch. (Pronounced “ark”) Cecil’s son. He’s almost the spitting image of his mum, and wears a special necklace, currently barring him from any and all experimentation besides Project Deltarune. He’s 9, reads in the rec room, and sleeps in a tent inside the laundry room of the specimen dorms (he likes the noise because specimens are schizo when it comes to the times when they do laundry). Kelsey finds most of the scientists mean, and doesn’t really feel connected with other humans. He also has a minor fear of sentinels (finds them scary). He has his mother’s dark hair, eyes and freckles. The specimens see him like a mutually owned cat, and they all refer to him as “Tess”, except Ren, who calls him “Critter”. Kelsey’s more energetic like his dad, enjoys engineering, and likes listening to specimens infodump. He also carries an emotional support Serial Designation N. He’s also still naïve and Ren takes it upon himself to make sure Kelsey’s at his happiest.
2 notes · View notes
ss-tech-services · 10 months ago
Text
Proven Techniques for Ranking Higher on Google
Tumblr media
Google is a powerful search engine, and seeking ways to place one's website at the top is important for enhancing the website's visibility, attracting more traffic, as well as the success of the online presence. At the digital marketing agency, we recognize that optimization is vital as there are millions of sites competing for the first places. Therefore, it is possible to use effective methods which cut across Google’s successful methods. In this article, we present systems that have been tested and proven to improve your google ranking and more traffic to your website.
1.Do a proper keyword research
Keyword research is the most important part of an SEO strategy. It is because by knowing what the intended audience is searching for you will be able to develop content that cuts across.
Action Steps:
Use Keyword Tools: Use high traffic specific keywords’ search volume tools like Google Keyword planner, Ahref, SEM rush etc. to search for keywords with low competition.
Analyze Competitors: Look at the keywords that are working for your competitors and narrow dow n on the related ones.
Focus on Long-Tail Keywords: The phrases are less competitive in nature and since they are more specific they lead to higher conversions.
2. Better the On-Page SEO Optimization
On page SEO Optimization is the process of editing and facilitating changes on the pages of a web document in order to make them rank well and fit to the targeted audience. Such changes may involve content optimization of the webpage, markup optimization improvement of the HTML source code.
Action Steps:
Rewriting and Optimization Strategy Title Tags and Meta Descriptions: Always ensure you note your page title and all the meta area as it has been promised to the readers and throughout the website.
Header Tags: Help cluster words and enhance comprehension by assigning H1 tags for the headline as the highest, H2, H3, etc for the subtitles.
URL Structure: Lines should be simple and moderate but include powerful words that are in line with what you are targeting.
Internal Linking: Where necessary links are created to other pages which are relevant to the current page being viewed by users and helps to spread out the link equity within the site.
3. Create High-Quality Content
Content is a very important element of SEO. Content, when properly designed, well written and is valuable and informative, will drive visitors, retain them and help establish credibility on a given niche.
Action Steps: Write for Your Audience: Use Solutions oriented approach where every word helps to eliminate audience problems.
Incorporate Keywords Naturally: Avoid abrupt keyword inclusion or excess use of keywords in the content.
Use Multimedia: Use of multimedia such as, images, animations, values etc to assist in a more appealing manner and also hold attention.
4.Enhance User Experience (UX)
The most important aspect with any Google ranking of the website is the user experience. Along with other factors, page speed, mobile usability, and site hierarchy are considerable for rankings.
Action Steps:
Improve Page Speed: It is possible to analyze why their site is slow through the use of Google PageSpeed and rectify the site’s speed. Spelling out some issues – Image compression, browser caching, CSS and javascript files minification.
Mobile-friendly Site Design: Create a website that is responsive to any device and that offers the same level of interaction regardless of the device used. With Google focusing on mobile first indexing, this becomes self-explanatory.
Utilize simple Structure: Website usability should be observed through the enabling of a better navigation structure and size of the website. This enables the website content to be easily accessed reducing the levels of bouncing.
5. Improve Quality of Backlinks
Links are an essential component of the parameters used in the Google algorithm, page rank among them. Backlinks from other websites with high reputation which are also relevant to the topic covered by a site will in most cases optimize the site.
Action Steps:
Develop Great Content: Write content that will drive people to share it, persuasive contents such as how to guides and case studies, original research.
Advertising through blogs: Write articles as a guest for reputable blogs in the niche and ensure to include a link to one’s site in the author information or within the article text.
6. Geo-targeting
For businesses that are into a certain geographic perspective, optimizing local search can get them local patrons and also enhance the local ranking.
Action Steps:
Claim Your Google My Business Listing: Your Google My Business profile must have all relevant details about your ventures such as addresses and business hours.
Social Media – Add Local Clientele Keywords: Identify local phrases and use them when generating content, title tags and meta descriptions.
Encouraging Reviews: Actively ask clients to review your services on Google and any other outlets and respond to them if possible, as good reviews will help boost your visibility in local search results.
7.Review and Performance metrics
It allows you to keep track of and evaluate your performance in line with search engine optimization. Bring out the strengths and weaknesses by utilizing the right tools.
Action Steps:
Google Analytics: Establish and analyze google analytical for effective tracking of such elements as the frequency of visitors, viewership and even exit of visitors.
Google Search Console: Use the GSC to see how well your web page performs, fixes, and submits the sitemap of your web page.
Finesse your strategies: With the use of prior or primary researches, refine any of your current seo methods. Adequate emphasis should be placed on aspects with some room for growth as well as recent developments on global search engine behaviors.
8. Follow New SEO Trends
SEO, as any other discipline, is dynamic, thus, it is important for the SEO professionals to go on top of the new developments and any new releases in a bid to keep their positions and even enhance them.
Action Steps:
Follow Industry Blogs: Sign up to popular and authoritative SEO blog sites and forums as fresh content and relevant changes are posted.
Participate in Webinars and Conferences: Join the SEO web-based presentations and conferences to listen to the views from other relevant fields.
Adapt to Algorithm Changes: Many changes concerning the Google algorithm are commonplace. This means these things are happening in a constant rush and therefore SEO strategies had to be altered with the changes.
Conclusion
Achieving a good rank on Google is a process that requires effective execution of multiple strategies like keyword research, website on-page and off page optimization, content writing and technical enhancement, etc. Downham Digital Marketing is dedicated to assist companies who wish to adopt these tested approaches to increase their online exposures. Keep in mind that SEO is not a one-time thing; it requires persistent revisions and improvements for the strategies to survive the competitive scene. For further assistance with your SEO efforts, be sure to contact our team of experts at SS TECH SERVICES as they employ state-of-the-art strategies and approaches.
2 notes · View notes
vanesa · 11 months ago
Text
I want to formally write up my digital note-taking system as someone with autism and ADHD at some point, complete with screenshots. I've always been trying to reduce it and simplify it but I've accepted that it's always going to be difficult for other people to implement because I'm obsessed with organization and have been refining the system over years.
I've been reading Building a Second Brain by Tiago Forte and have loosely adapted the PARA concept (Projects, Areas, Resource, Archives). I think it's brilliant to make notes more actionable. I want to organize such that it's easier to access notes most useful to me, and less-relevant-and-immediately-actionable notes like resources and finished projects are kept but neatly put away for later use and not cluttering up the space.
Basically, most of my personal and reference notes are in Notion. There I keep a list of things like my goals, my spending, my project planning, and reference materials I've collected over the years related to things like health, career development, recipes, etc.
However, Notion is a clunky experience on mobile. There is also no offline support - well, not proper offline support, anyway. That's because it's fundamentally a web application.
For quick notes I take on the go, reminders, and shopping lists, I use Google Keep. I can't understate how I haven't found a better app for this. Imagine a dynamic sticky notes board that syncs across devices and is easy to add and remove from. I can send notes to myself in the future in less than a minute and it basically runs my life. Every so often, I copy down important notes from Google Keep into Notion. I think basically everyone should use Google Keep, but especially for people with ADHD. Often we think of things in the moment, but they aren't relevant. I always jot down something I remember and send a reminder to myself when I can take action with it.
Finally, as much as I think Notion is great for note-taking, I actually use Obsidian for any deeper knowledge databases. I'm going to experiment and use Obsidian as my main school notes hub when I go back to school. I have a personal Obsidian wiki for programming. Obsidian is essentially offline Notion with less emphasis on databases. The linking between pages and seeing a map of how concepts are related to one another is extremely powerful.
And although I don't use it as often, I really like Notability on my iPad with an Apple Pencil. I use it for making digitized diagrams and as a study tool. The act of writing over typing codifies things in my memory.
I used to use Microsoft OneNote a lot. I miss when it was free. I appreciated how flexible it was. I used a tablet to write directly on the pages. However, I found that I hated formatting in it over time, and I preferred using Markdown as it's more universal. (Even my resume is written in LaTeX. I used to code every assignment in HTML/CSS because I wanted perfect formatting.) Overall, OneNote was clunky and difficult to keep consistently formatted.
On top of my digital system, I have a physical bullet journal and whiteboards. I think having multiple spaces that remind of of my tasks and ideas and to jot them down, and then moving them around helps me remember them. I could streamline the process a bit, but I really don't like compromising physical note-taking. I'm a firm believer in physical and non-cloud backups of information. I don't want to put all of my eggs in one basket and rely on Internet infrastructure. I also want to feel grounded. There are some hybrid digital/physical notebooks I might look into to keep the process simple, but I've been working with this system fine.
2 notes · View notes
thezachariassmithexperience · 11 months ago
Note
i am the person who originally let lolita know that you had been taking credit for her apocrypha skin. honestly the fact that you're doubling down and insisting that you coded your site's skin is wild. i literally recognized the apocrypha skin immediately when i saw your site. someone else let me know and was like, "huh wow, isn't this lolita's skin?"
this isn't "inspiration" this is stealing. you may want to look into the difference between inspiration and ripping. Hope this helps.
Thanks for outing yourself I guess.
In coding parlance, the difference between ripping and inspiration is that ripping is taking the raw code without editing it or editing it minimally. Reverse engineering something to perform the same task is generally not considered ripping.
I am also a designer (my degree is in digital media) and I am not denying that Lolita is essentially the visual designer of the skin. She is still credited on the site. However she did not code NOX's skin.
This is the forum row code from the Apocrypha skin:
Tumblr media
I'm using the inspect element tool here because I want you to see all that css in the forum rows (and I took that out of there immediately, even when we did have the Apocrypha skin). I also want you to see how the code is laid out. Notice how Lolita uses flex and :after and :before selectors.
This is NOX's forum row code:
Tumblr media
Does it look even remotely the same? I use grid to achieve my layout. Instead of using a bunch of css in the forum rows, I have a second class assigned to the forum (that's what "right-half" is and it's assigned using javascript). I only use flex for alignment because i hate it, and instead of using :after to create gradient underlines, I use an entire class, because then I only have to style it once and if I want to change it, I only have to change that class.*
I did not want to bring it up, because most of the coders in the Jcink community are self taught, but the reason I rewrote NOX's skin is because it was difficult to work with and if I wanted to modify one thing, I then had to go through the entire skin and modify several other things to fix it.
I understand that you want to help your friend, but you are not helping anyone by making assumptions and not even asking for an explanation. Instead of doing that you could have asked for my side of the story at any time.
*not directly relevant but the reason our skin is styled like this is because we also allow our members to choose their own gradients for their character accounts, which you can see in the main member profiles. When I was skinning the site, we were unsure whether we would be allowing the entire site to change colour depending on which character you were logged into.
1 note · View note
mousydentist · 1 year ago
Text
i think one thing that genuinely helped me not want to use it was having a professor that, instead of outright banning the use of it, says “dont use it for assignments, but if there’s a concept you’re stuck on feel free to ask for help.” because tbh, it’s pretty obvious when you ask chatgpt to right a full essay, but writing code? not so much. and the problem is, most of the time it works. maybe it’s shit and messy and confusing but it works, and the majority of my classes have autograders that dont care what it looks like as long as it passes tests.
so when a professor outright says “don’t use it it’s completely forbidden,” not only am i extremely tempted, but i’m also trying so hard to refrain from using it that it makes me want to do it even more.
but if the professor instead says use it to understand concepts, or even in my web programming class he ENCOURAGES us to use it for the css because no one in their right mind would memorize everything you can do in css, THATS what helps my understanding. cause now, instead of just taking the L and deciding this topic is one ill never be able to grasp, i can ask chat (which, is really just a very specific web search) and maybe actually be able to understand it.
and THATS what helps my understanding, more than being forbidden from using it, and more than using it to complete assignments. i shudder to think of all the people in my classes who only pass cause of chatgpt actually joining the workforce. because yeah, it works, but working code can only get you so far, and if the future of technology is working code, well. frankly we’re fucked.
it's so fucking frustrating to be in college and know everyone uses chatgpt and to be tempted by it constantly while also knowing intellectually that it doesn't work and it's a bad idea. like, i hang out in the library a lot, and i see people using chatgpt on assignments almost every day. and i know it isn't a good way to learn, because it's not really "artificial intelligence" so much as it is an auto text generator. and it gives you wrong information or badly worded sentences all the time. but every week i stare down assignments i don't want to do and i think man. if only i could type this prompt into a text generator and have it done in 10 minutes flat. and i know it wouldn't work. it wouldn't synthesize information from the text the way professors want, it wouldn't know how to answer questions, it just spits out vaguely related words for a couple paragraphs. but knowing my classmates get their work done in 10 minutes flat with it while i fight every ounce of attention deficit hyperactivity disorder in my body is infuriating.
42K notes · View notes
govind-singh · 3 days ago
Text
Master Your Career with Full Stack Java Programming – Learn from the Best Platform for Courses
Tumblr media
In today's competitive digital world, having a strong command over full-stack development can set you apart from the crowd. Among various technology stacks Full Stack Java programming stands out as a robust, reliable, and high-performance choice for web and enterprise application development. But where you learn it matters as much as what you learn. That’s why choosing the best platform for courses is the first step toward success.
Whether you're a fresher aiming to land your first tech job, a working professional planning to upskill, or someone transitioning into a software development career, enrolling in a Full Stack Java programming course from a reputed platform can open the doors to immense opportunities.
What is Full Stack Java Programming?
Full Stack Java programming refers to the development of both the front-end (client-side) and back-end (server-side) of web applications using Java technologies. It typically includes learning:
Front-End Tools: HTML, CSS, JavaScript, React.js or Angular
Back-End Frameworks: Java, Spring, Spring Boot
Database Management: MySQL, MongoDB
Version Control: Git, GitHub
Deployment: Docker, Jenkins, AWS, etc.
This comprehensive approach empowers developers to build fully functional and scalable web applications from scratch.
Why Choose the Best Platform for Courses?
The best platform for courses ensures not only high-quality content but also real-world project experience, expert mentorship, industry-recognized certifications, and placement support. Here's what makes a platform the best:
Industry-Aligned Curriculum
Experienced Trainers
Hands-on Projects
Flexible Learning Modes (Online/Offline/Hybrid)
Affordable Pricing with EMI Options
Job Assistance or Internship Opportunities
Choosing the right platform can make your learning journey smoother, faster, and more rewarding.
Key Benefits of Learning Full Stack Java Programming
Here’s why Full Stack Java Programming is a game-changer for tech enthusiasts:
1. Versatility in Job Roles
Once you master both the front-end and back-end, you're eligible for a wide range of job roles:
Full Stack Developer
Java Developer
Back-End Developer
Software Engineer
Web Developer
2. High Demand in the Market
Java is one of the most used programming languages globally. Companies are constantly in search of skilled Full Stack Java Developers to handle end-to-end development.
3. Lucrative Salary Packages
Due to their diverse skill set, Full Stack Java Developers often command higher salary packages than specialists. Freshers can start with competitive salaries, while experienced professionals enjoy even more lucrative offers.
4. Complete Control Over Projects
As a full stack developer, you understand the complete architecture of an application, which allows you to contribute more effectively to the development lifecycle and take on leadership roles.
5. Better Freelance & Startup Opportunities
Freelancers and entrepreneurs benefit greatly from Full Stack Java skills. You can build entire applications independently or with a small team, reducing development costs and timelines.
6. Community Support and Resources
Java has a vast global developer community. Whether it’s troubleshooting, new trends, or open-source tools, you’ll always find help and support.
Why Our Platform is the Best Platform for Courses
Our learning platform is designed to empower you with job-ready skills and real-world knowledge. Here's what sets us apart as the best platform for courses:
✅ Comprehensive Java Full Stack Curriculum
✅ Expert Mentorship from Industry Professionals
✅ Real-Time Projects & Assignments
✅ Live Classes + Recorded Sessions
✅ Placement Assistance with Resume Building & Mock Interviews
✅ Internship Opportunities to Build Your Portfolio
✅ Certification Recognized by Top IT Companies
With flexible learning schedules, weekend classes, and doubt-clearing sessions, we ensure every student gets personalized attention and career guidance.
Final Thoughts
Full Stack Java Programming is not just a skill—it's a career-transforming toolkit that can help you become a valuable asset in any software development team. By choosing the best platform for courses, you're investing in your future with the right resources, mentorship, and career support.
Don’t wait to make the leap. Whether you're just starting out or planning your next career move, mastering Full Stack Java Programming with us can be your smartest decision yet.
🚀 Start your journey today — enroll now with the best platform for courses and become a certified Full Stack Java Developer!
0 notes
articles-submission · 5 days ago
Text
Master the Code: How Java, Python, and Web Development Tutoring on MentorForHire Can Supercharge Your Tech Career
In a world powered by software, coding is no longer just a niche skill—it's a core competency. Whether you're looking to break into tech, ace a coding bootcamp, land your first junior developer job, or scale your expertise as a senior engineer, personalized mentoring makes a dramatic difference. That’s where MentorForHire.com comes in—a platform that connects you with industry professionals for hands-on Java Tutoring, Python Tutoring, and Web Development Tutoring.
Here’s how specialized tutoring in these key areas can accelerate your learning journey and help you achieve your software development goals.
Why One-on-One Coding Tutoring Beats Generic Online Courses
Self-paced tutorials and free courses are great for dipping your toes in—but when you're serious about growth, they often fall short. Why?
You don’t know what you don’t know.
Debugging can become a time-wasting nightmare.
Without accountability, progress slows down.
You’re not getting job-ready feedback from a real developer.
MentorForHire solves all of these problems by connecting you with real mentors who’ve worked in tech and know what it takes to succeed. Whether you're working on a class assignment, preparing for interviews, or building a full-stack project, you'll get tailored support.
Java Tutoring: Build Enterprise-Grade Skills from the Ground Up
Java isn’t just for beginners—it powers billions of devices, from Android apps to massive backend systems used in finance, healthcare, and e-commerce. If you're serious about software engineering, Java Tutoring offers a rock-solid foundation.
With a mentor, you can:
Understand core concepts like classes, inheritance, interfaces, and exception handling.
Master data structures and algorithms for whiteboard interviews.
Build scalable applications using Java frameworks like Spring and Hibernate.
Get help with unit testing, debugging, and version control.
Prepare for certifications like Oracle Certified Associate (OCA) and Oracle Certified Professional (OCP).
A mentor will not only explain the "how" of Java development but also the "why"—turning you from a coder into a software architect-in-training.
Python Tutoring: The Most Versatile Language in Tech
Python has become the go-to language for beginners and professionals alike because of its simplicity and power. Whether you want to get into automation, data science, machine learning, or back-end web development, Python Tutoring gives you the skills you need to thrive.
On MentorForHire.com, Python mentors can help you:
Write clean, efficient, and maintainable code.
Understand essential concepts like functions, loops, list comprehensions, and file I/O.
Use libraries like NumPy, pandas, Matplotlib, and scikit-learn for data analysis.
Build web apps with Flask or Django from scratch.
Automate tasks using Python scripts or integrate with APIs.
Whether you're solving LeetCode challenges or working on a startup prototype, personalized tutoring can take your Python skills to the next level.
Web Development Tutoring: Learn to Build the Web, Not Just Consume It
Today’s digital economy is built on the web—and web developers are in high demand across every industry. But with so many tools and frameworks, it’s easy to get overwhelmed. That’s where Web Development Tutoring comes in.
From front-end to back-end to full-stack, tutors on MentorForHire.com can guide you step-by-step:
Front-End Skills:
HTML, CSS, and JavaScript fundamentals
Responsive design using Flexbox and Grid
JavaScript frameworks like React, Angular, or Vue
Version control with Git and GitHub
Back-End Skills:
Node.js with Express or Java with Spring Boot
REST APIs and database integration (MySQL, MongoDB)
Authentication systems (OAuth, JWT)
DevOps basics: deploying apps with Heroku or AWS
You’ll work on actual projects like to-do lists, dashboards, or e-commerce stores—and get expert feedback every step of the way.
How MentorForHire Makes Learning Easier and Smarter
MentorForHire.com isn't just about hiring a tutor—it's about mentorship. The platform matches you with experienced developers who offer:
Flexible scheduling – Learn when it suits your life.
Customized roadmaps – No more cookie-cutter syllabi.
Real-world projects – Build apps that solve actual problems.
Code reviews & interview prep – Gain confidence before job applications.
Ongoing support – Whether it’s bugs, burnout, or breakthroughs.
This isn’t a YouTube tutorial or a lecture—it’s a partnership. Whether you're 16 or 60, learning to code becomes faster and more meaningful when you have someone guiding you in real time.
Who Is This For?
Students who want to stand out in their CS classes
Career changers entering tech from another field
Bootcamp grads who need more 1:1 help
Junior developers looking to climb the ladder
Entrepreneurs building their own software products
If you’ve got a goal and a laptop, MentorForHire.com has a mentor ready to help you reach it.
Final Thoughts: The Future Belongs to Lifelong Learners
The best investment you can make is in yourself. Whether you're learning Java, diving into Python, or building full-stack web apps, tutoring turns passive learning into active progress.
MentorForHire.com helps unlock your potential by giving you access to mentors who’ve been where you are—and know how to help you level up.
So why wait? Start your personalized tutoring journey today. Visit MentorForHire and connect with a mentor who can help you write your success story in code.
0 notes